home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / net / omniORB-2.5.0-src.tar.gz / omniORB-2.5.0-src.tar / omniORB_2.5.0 / config / config.mk
Text File  |  1998-04-12  |  2KB  |  65 lines

  1. # Coming into this file, the make variables TOP, CURRENT should have been
  2. # defined.
  3.  
  4.  
  5. # Uncomment one of the following platform line to build for the target
  6. # platform
  7. #
  8. #  sun4_sosV_5.5             Solaris 2.x, Sunpro C++/gcc-2.7.2
  9. #  i586_linux_2.0            x86 Redhat linux 4.2, gcc-2.7.2
  10. #  alpha_osf1_3.2            Digital Unix 3.2, DEC C++ v5.5
  11. #  alpha_osf1_4.0            Digital Unix 4.0, DEC C++ v5.5
  12. #  powerpc_aix_4.2           IBM AIX 4.2, IBM C Set++
  13. #  hppa_hpux_10.20           HPUX 10.20, aC++ B3910B A.01.04
  14. #  x86_nt_3.5                Windows NT 3.5, MS VC++ 5.0
  15. #  x86_nt_4.0                Windows NT 4.0, MS VC++ 5.0
  16. #  x86_win95                 Windows 95, MS VC++ 5.0
  17. #  i586_linux_2.0_egcs       x86 Redhat linux 5.0, egcs-1.0+eh_patch
  18. #  alpha_linux_2.0           alpha Redhat linux 5.0,egcs-1.0+eh_patch
  19. #  powerpc_aix_4.2_egcs      power PC AIX 4.2, egcs-1.0+eh_path
  20. #  m68k_nextstep_3.3         NextStep 3.3, gcc-2.7.2
  21. #  x86_osr5                  SCO OpenServer 5
  22.  
  23. platform = x86_osr5
  24. #platform = sun4_sosV_5.5
  25. #platform = i586_linux_2.0
  26. #platform = alpha_osf1_3.2
  27. #platform = alpha_osf1_4.0
  28. #platform = powerpc_aix_4.2
  29. #platform = hppa_hpux_10.20
  30. #platform = x86_nt_3.5
  31. #platform = x86_nt_4.0
  32. #platform = x86_win95
  33. #platform = i586_linux_2.0_egcs
  34. #platform = alpha_linux_2.0
  35. #platform = powerpc_aix_4.2_egcs
  36. #platform = m68k_nextstep_3.3
  37.  
  38. # On Win32 platforms, uncomment the following line to build all the binaries
  39. # with debugging information. Useful if you want to debug the binaries under
  40. # MSVC developer's studio
  41. #
  42. #BuildDebugBinary = 1
  43. #
  44.  
  45. EXPORT_TREE =  $(TOP)
  46.  
  47. IMPORT_TREES = $(TOP)
  48.  
  49. override VPATH := $(subst :, ,$(VPATH))
  50.  
  51. THIS_IMPORT_TREE := $(TOP)
  52. ifneq ($(wildcard $(THIS_IMPORT_TREE)/mk/beforedir.mk),)
  53. include $(THIS_IMPORT_TREE)/mk/beforedir.mk
  54. endif
  55.  
  56. OMNIORB2_IDL_FPATH = $(TOP)/$(BINDIR)/$(OMNIORB2_IDL)
  57.  
  58. include dir.mk
  59.  
  60. THIS_IMPORT_TREE := $(TOP)
  61. ifneq ($(wildcard $(THIS_IMPORT_TREE)/mk/afterdir.mk),)
  62. include $(THIS_IMPORT_TREE)/mk/afterdir.mk
  63. endif
  64.  
  65.